home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{B3ECB8C8-B046-11D2-B522-D0863DEC394B}#1.0#0"; "MagicFrm.ocx"
- Begin VB.Form FRMFormSize
- Caption = "Exemplo do FormSize"
- ClientHeight = 1815
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4125
- LinkTopic = "Form1"
- ScaleHeight = 1815
- ScaleWidth = 4125
- StartUpPosition = 3 'Windows Default
- Begin MagicForms.FormSize FormSize1
- Left = 2520
- Top = 1500
- _ExtentX = 2223
- _ExtentY = 847
- End
- Begin VB.Label Label2
- Caption = "This is an example of FormSize. Try to resize this form and you'll see that it has limited size."
- Height = 675
- Left = 120
- TabIndex = 1
- Top = 900
- Width = 3915
- End
- Begin VB.Label Label1
- Caption = "Esse
- um exemplo do FormSize. Tente redimensionar esse formul
- rio e ver
- que ele tem tamanhos M
- ximo e M
- nimo."
- Height = 675
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 3915
- End
- Attribute VB_Name = "FRMFormSize"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-